Update FAAD build. Fixed a potential buffer overflow.
This commit is contained in:
parent
0a13d81bf3
commit
86785b8b44
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 0
|
||||
#define VER_LAMEXP_BUILD 115
|
||||
#define VER_LAMEXP_BUILD 116
|
||||
#define VER_LAMEXP_SUFFIX TechPreview
|
||||
|
||||
/*
|
||||
|
@ -74,6 +74,8 @@ AboutDialog::AboutDialog(SettingsModel *settings, QWidget *parent, bool firstSta
|
||||
aboutText += "<hr><br>";
|
||||
aboutText += "This software uses the 'slick' icon set by Mark James – <a href=\"http://www.famfamfam.com/lab/icons/silk/\">http://www.famfamfam.com/</a>.<br>";
|
||||
aboutText += "Released under the Creative Commons Attribution 2.5 License.<br>";
|
||||
aboutText += "<br>";
|
||||
aboutText += QString("Special thanks go out to \"John33\" from %1 for continuous support.<br>").arg(LINK("http://www.RareWares.org/"));
|
||||
|
||||
setText(aboutText);
|
||||
setIconPixmap(dynamic_cast<QApplication*>(QApplication::instance())->windowIcon().pixmap(QSize(64,64)));
|
||||
|
@ -41,7 +41,7 @@ struct lamexp_tool_t
|
||||
static const struct lamexp_tool_t g_lamexp_tools[] =
|
||||
{
|
||||
{"153f4274702f3629093b561a31dbf50e2c146305", "alac.exe"},
|
||||
{"610bd36eb882666f89e3939ec4d928d13b60b63f", "faad.exe"},
|
||||
{"097dd004f44dbda57dbaeb5f15b34a220724ad60", "faad.exe"},
|
||||
{"070bf98f78e572a97e4703ef5720c682567a6a56", "flac.exe"},
|
||||
{"cf379081035ae6bfb6f7bc22f13bfb7ac6302ac5", "gpgv.exe"},
|
||||
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg"},
|
||||
|
Loading…
Reference in New Issue
Block a user