Perfect! The slider jumps in discrete steps and so the issue is fixed. Thanks! This ticket should be closed now.
Make OpenStreetMap the default map provider
Remove memcpy()
Use g_strlcpy() instead of strncpy()
Remove memset()
Make OpenStreetMap the default map provider
Remove memcpy()
Use g_strlcpy() instead of strncpy()
Remove memset()
Hello! Any updates on this MR?
Ah, in case I'm missing something g_strlcpy(buffer, content, len + 1); copies at most len characters and not the complete content string (which is NULL terminated btw which is why we could use strlen(content) at line 328). I fail to understand how g_strlcpy(buffer, content, len + 1); is different than strncpy(buffer, content, len); buffer[len] = '\0'; the code before the proposed change.
Ah, in case I'm missing something g_strlcpy(buffer, content, len + 1); copies at most len characters and not the complete content string (which is NULL terminated btw which is why we could use strlen(content) at line 328). I fail to understand how g_strlcpy(buffer, content, len + 1); is different than strncpy(buffer, content, len); buffer[len] = '\0'; the code before the proposed change.
Remove memcpy()
Remove memset()
I just submitted the MR fixing all remaining issues. Now, scan-build reports no bugs. :)
Fixes #125
Use g_memdup() instead of memcpy()
Use g_strlcpy() instead of strncpy()
Remove memset()
Hello Maxim! I confirm that I can no longer reproduce the issue. This ticket should be close now. BTW, out of curiosity, may I know why don't we close the tickets which have been fixed?
Although it currently leak a filter such as ?type=commit. Yes! This is exactly what is desired.
How do I get a publicly accessible similar list of all the commits authored by me across the Gitlab? I meant How do I get a publicly accessible similar list of all the commits authored by me across SourceForge?
How do I get a publicly accessible similar list of all the issues reported by me across the Gitlab? I meant How do I get a publicly accessible similar list of all the issues reported by me across SourceForge?
Publically accesible list of all the commits by user on SourceForge
Publically accesible list of all the issues opened by user on SourceForge
Latest version, including all commits is here: https://github.com/PISG/pisg Maybe update this in project summary? I was stumped seeing "create ticket" disabled and then somebody on IRC pointed me towatrds github repo. Could've saved 10-15 minutes easily! :)
How about ax_check_compile_flag? Also see https://stackoverflow.com/questions/28558206/make-autotools-add-std-c11-to-cflags#comment45430005_28558338
calendar preferences: cursor thickness slider needs rethinking
I could've instead set config.maps_provider = 2in options_prefs.c L262 but also wanted to have OpenStreetMap as the first entry for "Maps provider" in contacts preference window. But now I think may be config.maps_provider = 2 is the way to go as with above patch people who've set OSM as their maps provider will suddenly find their maps provider to be automaticaly changed to Bing! What do you think?
I could've instead set config.maps_provider = 2in options_prefs.c L262 but also wanted to have OpenStreetMap as the first entry for "Maps provider" in contacts preference window. But now I think may be config.maps_provider = 2 is the way to go as with above patch people who've set OSM as their maps provider will suddenly find their maps provider to be automaticaly changed to Bing!
After editing a contact, control jumps to the last entry in contacts list
Make OpenStreetMap the default map provider
Make OpenStreetMap the default map provider
Thank you for fixing this issue Maxim! I report that the fix works and there is no segFault anymore. This bug report should be closed now.
As a workaround you could disable all ticket notifications for a particular project by going to: your user profile > notifications tab, and unchecking the particular project's tickets tool. Then you can re-subscribe to individual ticket threads that you are interested in by hitting the mail icon in the upper right corner of the ticket. So, after doing this if I open a new ticket in that project I won't be getting email for what I just wrote in ticket body? Also, if instead of opening a new ticket...
Stop emailing me when I create a ticket or comment on the ticket
Memory errors and logic errors as reported by scan-build
I can confirm that there are no more warnings. Thanks! This ticket should be closed now.
Sure! $ locale -k LC_TIME abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat" day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday" abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec" mon="January;February;March;April;May;June;July;August;September;October;November;December" am_pm="AM;PM" d_t_fmt="%A %d %B %Y %I:%M:%S %p" d_fmt="%d/%m/%y" t_fmt="%I:%M:%S %p %Z" t_fmt_ampm="%I:%M:%S %p %Z" era= era_year="" era_d_fmt="" alt_digits= era_d_t_fmt="" era_t_fmt="" time-era-num-entries=0 time-era-entries="S"...
Segmentation Fault on start
Deprecation warnings
Fix some issues
Use enum GtkTextSearchFlags as per gtk function prototype
Use enum GtkStateFlags args as declared in function prototype
Fix get_header_bg_color() and get_background_color() functions
While adding files to 7z archive "Options" are greyed out
havp using ~650MB memory on Debian Stretch
Set the title to something more accurate. Hmm.. How stupid of me! This solves the issue of identifying the entry in pop-up add a custom sequenve with a window title of "login*" Such a custom sequence would be matched with nearly every login window ;)
Set the title to something more accurate. Hmm.. How stupid of me! This solves the isue of identifying the entry in pop-up add a custom sequenve with a window title of "login*" Such a custom sequence would be matched with nearly every login window ;)
Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. And I would like to use Global auto-type. So now how do I configure Keepassx with them? Currently I have 2 entries with titles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between the choices. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username"...
Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. And I would like to use Global auto-type. So now how do I configure Keepassx with them? Currently I have 2 entries with tiles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between them. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username" in...
Hello! I'm using Keepassx 2.0.3 on Debian Stretch. I have 2 websites with window titles "Login". I have same usernames on both of them. So now how do I configure Keepassx with them? Currently I have 2 entries with tiles "Login". So it shows the popup but I can't select the one as the pop-up shows title and username. So can't differentiate between them. May be I should put them indifferent groups? As "group" is shown too along side "title" and "username" in the popup O.o How do you guys deal with...