diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2025-01-02 21:57:57 -0600 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2025-01-02 21:57:57 -0600 |
commit | 1ac94c8aff47b549f30b370be2191bcc0157826c (patch) | |
tree | acca28e85989d5a4a3a340caa7a8c96065e01a90 /source/fud_format.cpp | |
parent | d5a174a6d4f8be5e7cffe7c2adbb8db23b578f56 (diff) |
More bugs in format...
Diffstat (limited to 'source/fud_format.cpp')
-rw-r--r-- | source/fud_format.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fud_format.cpp b/source/fud_format.cpp index f1fc3cf..bb684a1 100644 --- a/source/fud_format.cpp +++ b/source/fud_format.cpp @@ -606,6 +606,8 @@ FudStatus fillUnsignedBuffer( case FormatType::BinaryLower: case FormatType::BinaryUpper: case FormatType::String: + case FormatType::PointerLower: + case FormatType::PointerUpper: case FormatType::Escaped: return RetType::error(FudStatus::FormatInvalid); break; |