=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== palo-2.14/debian/changelog-344- - Remove the #include directive for time.h in /ipl/ipl.c. palo-2.14/debian/changelog:345: - Add ./include/asm and ./include/linux/byteorder to accomodate palo-2.14/debian/changelog-346- for all the new asm/* and linux/byteorder/* header files that ############################################## palo-2.14/ipl/Makefile-50- -rm -f build.c palo-2.14/ipl/Makefile:51: $(LD) $(LDFLAGS) -o iplelf crt0.o ipl.a build.o `$(CC) -print-libgcc-file-name` palo-2.14/ipl/Makefile-52- ############################################## palo-2.14/ipl/ipl.c-28- { palo-2.14/ipl/ipl.c:29: asm volatile("fdc 0(%0)" : : "r" (start)); palo-2.14/ipl/ipl.c:30: asm volatile("fic 0(%%sr0,%0)" : : "r" (start)); palo-2.14/ipl/ipl.c-31- start += 16; palo-2.14/ipl/ipl.c-32- } while (start < end); palo-2.14/ipl/ipl.c:33: asm volatile("fdc 0(%0)" : : "r" (end)); palo-2.14/ipl/ipl.c-34- palo-2.14/ipl/ipl.c:35: asm ("sync"); palo-2.14/ipl/ipl.c-36-}