strstr() considered harmful, part 541
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 10:14:20 +0000 (13:14 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 10:14:20 +0000 (13:14 +0300)
commit42a523a49190abb0ba48d7b24caf1037103408d5
treeb5f2c289ee704a00c1eeddf71a9c97d1031efe74
parent5eda18510905ebeb09f1126195d6bb563bd2483a
strstr() considered harmful, part 541
- buf isn't const here, it's modified through pointer acquired through
  strstr() which silently casts away the const.
build/files.c