FreeBSD Bugzilla – Attachment 119816 Details for
Bug 162483
archivers/rpm4: python -c "import rpm" crashes with a segfault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-misc_glob.h
patch-misc_glob.h (text/x-chdr; charset=US-ASCII), 857 bytes, created by
Sean Mitchell
on 2011-11-14 20:52:59 UTC
(
hide
)
Description:
patch-misc_glob.h
Filename:
MIME Type:
Creator:
Sean Mitchell
Created:
2011-11-14 20:52:59 UTC
Size:
857 bytes
patch
obsolete
>--- misc/glob.h.orig 2011-07-12 07:28:13.000000000 -0400 >+++ misc/glob.h 2011-11-14 15:07:09.000000000 -0500 >@@ -110,10 +110,11 @@ > #endif > typedef struct > { >- __size_t gl_pathc; /* Count of paths matched by the pattern. */ >- char **gl_pathv; /* List of matched pathnames. */ >- __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ >- int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ >+ __size_t gl_pathc; /* Count of total paths so far. */ >+ __size_t gl_matchc; /* Count of paths matching pattern. */ >+ __size_t gl_offs; /* Reserved at beginning of gl_pathv. */ >+ int gl_flags; /* Copy of flags parameter to glob. */ >+ char **gl_pathv; /* List of paths matching pattern. */ > > /* If the GLOB_ALTDIRFUNC flag is set, the following functions > are used instead of the normal file access functions. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 162483
: 119816