mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 23:21:36 +01:00
Remove invalid assert() in tracked_fds_find().
This commit is contained in:
@@ -57,6 +57,7 @@ int main(int argc, char **argv unused) {
|
||||
putc_unlocked('\n', stdout);
|
||||
|
||||
/* Test invalid stuff. */
|
||||
write(-3, "foo", 3);
|
||||
close(-42);
|
||||
close(-4711);
|
||||
/* Can't test this, results in a segfault with the "normal" fclose(). */
|
||||
|
||||
Reference in New Issue
Block a user