Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / j256/dmalloc issues and pull requests

#114 - Add dmalloc config to test mains

Pull Request - State: closed - Opened by j256 over 1 year ago

#113 - return: Fix PowerPC assembly

Pull Request - State: open - Opened by shenki about 2 years ago

#111 - Always dump the fence top region in DMALLOC_ERROR_OVER_FENCE

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#110 - Simplify the validation of strlen_b branch in check_used_slot

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#108 - Remove the global temporary variable skip_update

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#107 - Add get_pnt_start to save the stack space usage

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#106 - Handle the empty skip_free_list correctly

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#105 - Should return FREE_NOERROR if the config accept NULL pointer

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#104 - Replace two append_string with one append_format in display_pnt

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#102 - Remove the real unused new_c variable in alloc_slots

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#101 - Update block_c and size_c in _dmalloc_chunk_log_changed

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#100 - elapsed_b flag shouldn't control the timestamp logging

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#99 - Calculate the correct dump size in DMALLOC_ERROR_OVER_FENCE

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#98 - Fix the the wrong boundary calculation in chunk.c

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#97 - Reserve the global skip_alloc_t variable space correctly

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#96 - Return the error from pthread_mutex_lock in lock_thread

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#94 - Hash the pointer value too if it point to the file name

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#92 - Log other pointer info when me_total_c isn't zero

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#91 - Use the stock qsort implementation from libc

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 2 comments

#90 - Change all va_list type argument to va_list*

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 1 comment

#89 - Remove message_str to save 1KB memory

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#88 - Should return 1 if enabled_b is non-zero in dmalloc_startup

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#87 - Set token to the empty string if fail in read_next_token

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#86 - Move clear DMALLOC_DEBUG_CHECK_HEAP to the common place

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#85 - Should initialize thread_lock_c once

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#84 - Shouldn't include pthread.h directly in user_malloc.c

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#83 - Ensure log_path terminated by zero in _dmalloc_environ_process

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#82 - Reduce some stack buffers

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#81 - Replace the hardcode max path length(1024) with PATH_MAX

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#80 - Remove comm buffer in set_variable to save stack

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#79 - Remove the static buffer(options) inside process_environ

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#79 - Remove the static buffer(options) inside process_environ

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#78 - Add const for the array which is never modified

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 3 comments

#77 - reduced other stack buffers

Pull Request - State: open - Opened by j256 about 3 years ago - 1 comment

#76 - Replace loc_snprintf+write to loc_dprintf to save the stack space

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#76 - Replace loc_snprintf+write to loc_dprintf to save the stack space

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#75 - Minor fix found in heap.c

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#75 - Minor fix found in heap.c

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#74 - Remove 1KB stack buffer from _dmalloc_environ_process

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 1 comment

#74 - Remove 1KB stack buffer from _dmalloc_environ_process

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 1 comment

#73 - Reduce FILE_LINE_SIZE and env_name to 256 bytes

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#73 - Reduce FILE_LINE_SIZE and env_name to 256 bytes

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#72 - Call argv_startup in argv_process_no_env if not yet

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#70 - Check ar_short_arg by order in check_or

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#70 - Check ar_short_arg by order in check_or

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#69 - Remove the redundant check in dmalloc_argv.c

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#68 - Remove the double free in do_env_args

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#68 - Remove the double free in do_env_args

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#67 - Reduce binary array size from 131B to 35B in value_to_string

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#67 - Reduce binary array size from 131B to 35B in value_to_string

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#66 - Remove the temporary buffer(details) from argv_value_string

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#66 - Remove the temporary buffer(details) from argv_value_string

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#65 - Change %ld to %lu for unsigned long

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#65 - Change %ld to %lu for unsigned long

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#64 - Avoid the memory leak in file_args

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago

#63 - Fix the typo error(B->K) in string_to_value

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#63 - Fix the typo error(B->K) in string_to_value

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#62 - Don't copy the program name in argv_process_no_env

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 2 comments

#62 - Don't copy the program name in argv_process_no_env

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 2 comments

#61 - Correct ARGV_BOOL_NEG size from sizeof(int) to sizeof(char)

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#61 - Correct ARGV_BOOL_NEG size from sizeof(int) to sizeof(char)

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#60 - Fix a variable name typo error in strncpy

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#60 - Fix a variable name typo error in strncpy

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago

#59 - Shouldn't include pthread.h directly in user_malloc.c

Pull Request - State: closed - Opened by xiaoxiang781216 about 3 years ago - 1 comment

#58 - Remove the buffer argument from loc_getenv

Pull Request - State: open - Opened by xiaoxiang781216 about 3 years ago - 7 comments

#57 - Mulitple discontinuous memory region support

Issue - State: open - Opened by xiaoxiang781216 over 3 years ago

#57 - Mulitple discontinuous memory region support

Issue - State: open - Opened by xiaoxiang781216 over 3 years ago

#55 - Went back to version.h generated by configure

Pull Request - State: closed - Opened by j256 over 3 years ago

#55 - Went back to version.h generated by configure

Pull Request - State: closed - Opened by j256 over 3 years ago

#54 - Now generating version defines in configure

Pull Request - State: closed - Opened by j256 over 3 years ago

#54 - Now generating version defines in configure

Pull Request - State: closed - Opened by j256 over 3 years ago

#53 - Fixed installdocs issue with missing info file

Pull Request - State: closed - Opened by j256 over 3 years ago

#53 - Fixed installdocs issue with missing info file

Pull Request - State: closed - Opened by j256 over 3 years ago

#52 - Fixed installdocs now that info not committed

Pull Request - State: closed - Opened by j256 over 3 years ago

#52 - Fixed installdocs now that info not committed

Pull Request - State: closed - Opened by j256 over 3 years ago

#51 - installdocs issues

Issue - State: closed - Opened by matthewluckie over 3 years ago - 1 comment

#51 - installdocs issues

Issue - State: closed - Opened by matthewluckie over 3 years ago - 1 comment

#50 - Include strings.h if it is available

Pull Request - State: closed - Opened by j256 over 3 years ago

#50 - Include strings.h if it is available

Pull Request - State: closed - Opened by j256 over 3 years ago

#49 - Include strings.h if available

Pull Request - State: closed - Opened by j256 over 3 years ago

#49 - Include strings.h if available

Pull Request - State: closed - Opened by j256 over 3 years ago

#48 - Fixed strndup macros propagation again and tweaked strdup

Pull Request - State: closed - Opened by j256 over 3 years ago

#48 - Fixed strndup macros propagation again and tweaked strdup

Pull Request - State: closed - Opened by j256 over 3 years ago

#47 - ubuntu16.04 compile error

Pull Request - State: closed - Opened by SkyOnce over 3 years ago - 3 comments

#47 - ubuntu16.04 compile error

Pull Request - State: closed - Opened by SkyOnce over 3 years ago - 3 comments

#46 - Better data alignment configuration

Pull Request - State: closed - Opened by j256 over 3 years ago

#46 - Better data alignment configuration

Pull Request - State: closed - Opened by j256 over 3 years ago

#45 - Better configuring of the pointer arithmetic type

Pull Request - State: closed - Opened by j256 over 3 years ago

#45 - Better configuring of the pointer arithmetic type

Pull Request - State: closed - Opened by j256 over 3 years ago

#44 - Fix build on mips

Pull Request - State: open - Opened by ffontaine over 3 years ago - 5 comments

#43 - Fixed one more pointer arithmetic issue

Pull Request - State: closed - Opened by j256 over 3 years ago

#43 - Fixed one more pointer arithmetic issue

Pull Request - State: closed - Opened by j256 over 3 years ago

#42 - Fixed one more pointer arithmetic issue

Pull Request - State: closed - Opened by j256 over 3 years ago