Re: problem with cscope and 2.4-test8 source file

From: Albert D. Cahalan (acahalan@cs.uml.edu)
Date: Mon Sep 18 2000 - 23:54:48 EDT

  • Next message: kjh63: "BPF in the kernel"

    Rusty writes:
    > In message <20000918142002.A8469@gimp.org> you write:
    >> * Mark Salisbury <mbs@mc.com> [000918 07:32]:

    >>> the source file linux/fs/hpfs/super.c
    >>>
    >>> from kernel version 2.4-test8 causes cscope to core dump during
    >>> the database generation phase.
    >>>
    >>> the problem is the extremely long printk() string starting on
    >>> line 280 in the function static inline void hpfs_help(void){}
    >
    > printk has a 1024 character limit. This printk must be broken up anyway.

    No other filesystem driver has a built-in man page. HPFS is already
    documented in mount.8, so there is no need to use kernel memory to
    store additional documentation.

    Of course, cscope still looks like a security hazard. One just needs
    to sneak a buffer-overflow exploit patch past Linus. I'll guess that
    this can be fixed by building cscope with flex in place of lex, not
    that I've actually looked at the source though.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Tue Sep 19 2000 - 00:05:47 EDT