mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 19:55:50 +00:00
In particular, strace can now stomach memory errors while copying
invalid strings.
Example with a valid string:
dbgputstr("95.976 traceme(38:38) Well, Hello Friends!") = 55
Example with an invalid string:
dbgputstr(Error(errno=14){0x00012345, 678b}) = -14 EFAULT
(ANSI escapes removed for readability.)
27 KiB
27 KiB