libdime
                                
                                
                                
                                    libdime copied to clipboard
                            
                            
                            
                        The DIME resolver library and command line utilities.
                                            Results
                                            
                                                12
                                            
                                            libdime issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            There are many functions that allocate memory. Each of these functions must document the corresponding destruction function. This ensures that all memory is properly freed and (if necessary) overwritten to...
                                                                    enhancement
                                                            
                                                                                                            This commit fixes the mistake in the `_FORTIFY_SOURCE` macro where it was not prefixed with underscore while it has to be (see e.g. https://github.com/search?q=repo%3Abminor%2Fglibc%20FORTIFY_SOURCE&type=code). Additionally, to make this macro add...