mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
networkd: remove a weird assertion from network_load_one
The assertion was added in dbffab87f1 but I'm not exactly sure
why. Now it just crashes a fuzzer I wrote. I, of course, could fix the fuzzer
so that it would generate names ending in ".network" if anyone would tell
me why the assertion should be kept here.
This commit is contained in:
@@ -181,8 +181,6 @@ static int network_load_one(Manager *manager, const char *filename) {
|
||||
if (!d)
|
||||
return -EINVAL;
|
||||
|
||||
assert(streq(d, ".network"));
|
||||
|
||||
*d = '\0';
|
||||
|
||||
network->required_for_online = true;
|
||||
|
||||
Reference in New Issue
Block a user