Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push tags #1

Closed
cmcqueen opened this issue Jan 13, 2014 · 1 comment
Closed

Push tags #1

cmcqueen opened this issue Jan 13, 2014 · 1 comment

Comments

@cmcqueen
Copy link
Contributor

The git repo on Savannah has some git tags. They haven't been pushed to this repo.

@martinh
Copy link
Collaborator

martinh commented Jan 13, 2014

tags from savannah now pushed

@martinh martinh closed this as completed Jan 13, 2014
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 19, 2022
    confuse.c:674:18: runtime error: null pointer passed as argument 2, which is declared to never be null
    /usr/include/string.h:44:28: note: nonnull attribute specified here
        #0 0x55f77032e601 in cfg_dupopt_array ./libconfuse/src/confuse.c:674:2
        libconfuse#1 0x55f770328227 in cfg_setopt ./libconfuse/src/confuse.c:1063:25
        libconfuse#2 0x55f77032f537 in cfg_init_defaults ./libconfuse/src/confuse.c:861:4
        libconfuse#3 0x55f770335dbb in cfg_init ./libconfuse/src/confuse.c:1877:2
        libconfuse#4 0x55f770321ff7 in main ./libconfuse/tests/keyval.c:50:8
        libconfuse#5 0x7f4bba429209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#6 0x7f4bba4292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#7 0x55f7702623c0 in _start (./libconfuse/tests/keyval+0x3a3c0)
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 19, 2022
    confuse.c:601:30: runtime error: implicit conversion from type 'long' of value -1 (64-bit, signed) to type 'unsigned int' changed the value to 4294967295 (32-bit, unsigned)
        #0 0x55bb8fcd6f30 in cfg_getsec ./libconfuse/src/confuse.c:601:30
        libconfuse#1 0x55bb8fcd23e4 in main ./libconfuse/tests/section_getopt.c:92:2
        libconfuse#2 0x7f380da29209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#3 0x7f380da292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#4 0x55bb8fc123b0 in _start (./libconfuse/tests/section_getopt+0x3b3b0)
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 20, 2022
Found by running the test suite with undefined behavior sanitizer:

    confuse.c:674:18: runtime error: null pointer passed as argument 2, which is declared to never be null
    /usr/include/string.h:44:28: note: nonnull attribute specified here
        #0 0x55f77032e601 in cfg_dupopt_array ./libconfuse/src/confuse.c:674:2
        libconfuse#1 0x55f770328227 in cfg_setopt ./libconfuse/src/confuse.c:1063:25
        libconfuse#2 0x55f77032f537 in cfg_init_defaults ./libconfuse/src/confuse.c:861:4
        libconfuse#3 0x55f770335dbb in cfg_init ./libconfuse/src/confuse.c:1877:2
        libconfuse#4 0x55f770321ff7 in main ./libconfuse/tests/keyval.c:50:8
        libconfuse#5 0x7f4bba429209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#6 0x7f4bba4292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#7 0x55f7702623c0 in _start (./libconfuse/tests/keyval+0x3a3c0)
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 20, 2022
    confuse.c:601:30: runtime error: implicit conversion from type 'long' of value -1 (64-bit, signed) to type 'unsigned int' changed the value to 4294967295 (32-bit, unsigned)
        #0 0x55bb8fcd6f30 in cfg_getsec ./libconfuse/src/confuse.c:601:30
        libconfuse#1 0x55bb8fcd23e4 in main ./libconfuse/tests/section_getopt.c:92:2
        libconfuse#2 0x7f380da29209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#3 0x7f380da292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#4 0x55bb8fc123b0 in _start (./libconfuse/tests/section_getopt+0x3b3b0)
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 22, 2022
Found by running the test suite with undefined behavior sanitizer:

    confuse.c:674:18: runtime error: null pointer passed as argument 2, which is declared to never be null
    /usr/include/string.h:44:28: note: nonnull attribute specified here
        #0 0x55f77032e601 in cfg_dupopt_array ./libconfuse/src/confuse.c:674:2
        libconfuse#1 0x55f770328227 in cfg_setopt ./libconfuse/src/confuse.c:1063:25
        libconfuse#2 0x55f77032f537 in cfg_init_defaults ./libconfuse/src/confuse.c:861:4
        libconfuse#3 0x55f770335dbb in cfg_init ./libconfuse/src/confuse.c:1877:2
        libconfuse#4 0x55f770321ff7 in main ./libconfuse/tests/keyval.c:50:8
        libconfuse#5 0x7f4bba429209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#6 0x7f4bba4292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#7 0x55f7702623c0 in _start (./libconfuse/tests/keyval+0x3a3c0)
cgzones added a commit to cgzones/libconfuse that referenced this issue Sep 22, 2022
    confuse.c:601:30: runtime error: implicit conversion from type 'long' of value -1 (64-bit, signed) to type 'unsigned int' changed the value to 4294967295 (32-bit, unsigned)
        #0 0x55bb8fcd6f30 in cfg_getsec ./libconfuse/src/confuse.c:601:30
        libconfuse#1 0x55bb8fcd23e4 in main ./libconfuse/tests/section_getopt.c:92:2
        libconfuse#2 0x7f380da29209 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
        libconfuse#3 0x7f380da292bb in __libc_start_main csu/../csu/libc-start.c:389:3
        libconfuse#4 0x55bb8fc123b0 in _start (./libconfuse/tests/section_getopt+0x3b3b0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants