mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
IPCCompiler: Make decode_message() return nullptr for unknown messages
This commit is contained in:
parent
925c8f42f8
commit
c255cedd7a
Notes:
sideshowbarker
2024-07-19 12:55:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c255cedd7ac
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,8 @@ int main(int argc, char** argv)
|
|||
if (message.is_synchronous)
|
||||
do_decode_message(message.response_name());
|
||||
}
|
||||
dbg() << " default:";
|
||||
dbg() << " return nullptr;";
|
||||
|
||||
dbg() << " }";
|
||||
dbg() << " }";
|
||||
|
|
Loading…
Reference in a new issue