File: gnulib-no-gets.diff

package info (click to toggle)
grub2 2.02~beta2-18
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 54,444 kB
  • sloc: ansic: 370,601; asm: 16,177; sh: 12,923; cpp: 1,993; python: 1,438; makefile: 1,357; lex: 393; sed: 271; yacc: 268; lisp: 50; awk: 48; perl: 31
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
--- /tmp/x.diff	2013-04-11 16:51:42.777873536 +0200
+++ grub-core/gnulib/stdio.in.h	2013-04-11 16:51:49.917873298 +0200
@@ -700,7 +700,6 @@
    removed it.  */
 #undef gets
 #if HAVE_RAW_DECL_GETS
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 #endif