Custom Query (8096 matches)
Results (265 - 267 of 8096)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12276 | fixed | 'data/filezilla.appdata.xml': launchable 'type' should be 'desktop-id' not 'desktop'. | ||
Description |
After previous update to the 'data/filezilla.appdata.xml' where we left launchable in for software centers. A look at the appstream 0.12 docs show that the 'type' should be 'desktop-id' and not the current 'desktop'. Patch attached. |
|||
#12274 | rejected | Buffer overflow when wrongly using `memcpy` | ||
Description |
In the latest source code /tests/dirparsertest.cpp, there is a buffer overflow in function DirectoryListingParserTest::testIndividual().
1474 size_t const len = entry.data.size(); 1475 char* data = new char[len]; 1476 memcpy(data, entry.data.c_str(), len); |
|||
#12271 | outdated | The Delete and Backspace keys are ignored in various fields | ||
Description |
Delete and backspace keys do not work for: Site Manager, Site Name, "Host" "Port" Change the Logon Type to Normal, then "User" has the same issue. "Comments" These keys work perfectly for other sites, including in this field I am typing right now. |