Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
flaw
- Page 1
The truth about the vBulletin forums MySQL security flaw
Programming
Databases
14 Years Ago
by happygeek
….co.uk/news/technology-10714192"]vBulletin security
flaw
means that any hacker could "easily access… problem is no less worrying, unfortunately, as the
flaw
exposes MySQL database credentials such as MySQL usernames, MySQL…in the first place. Reports have suggested that the
flaw
enables 'script kiddies' to access database credential data,…
Red Hat Risk Reflex (The Linux Security Flaw That Isn't)
Hardware and Software
Linux and Unix
11 Years Ago
by happygeek
…report a successful verification... An attacker could use this
flaw
to create a specially crafted certificate that could be…intentions; a programmer working for Red Hat discovered the
flaw
and Red Hat then [issued that advisory](https://… would more accurately be with the reporting of the
flaw
. The Internet social media grapevine, Linux and general …
DNS Security Flaw In the Wrong Hands?
Hardware and Software
Networking
16 Years Ago
by EddieC
…'s not wrong for posting it. A patch for the
flaw
discovered by security researcher Dan Kaminsky was posted two weeks… ago, along with a warning not to discuss the
flaw
publicly for fear that the information might fall into the… position on secrecy to buy vendors time to patch the
flaw
. "This is a commendable goal," he wrote. &…
Kindly tell the flaw in the code?
Programming
Software Development
17 Years Ago
by rebelvarun
…. Kindly look in to the attached file and tell the
flaw
in the code....:-)....->
Menu Flaw - Query.
Programming
Software Development
16 Years Ago
by Run.[it]
… integer? Or is there a wiser way around this annoying
flaw
? Thanks. [code=cplusplus] do { // Do While Loop that incorporates Menu…
iPhone flaw to be fixed
Hardware and Software
Hardware
15 Years Ago
by GuyClapperton
…] today in which some hackers claimed they'd found a
flaw
in the iPhone that would allow a malicious person to…
Windows 7 ThreadpoolWait API design flaw?
Programming
Software Development
13 Years Ago
by doug65536
…] to reschedule the callback. Isn't it a huge design
flaw
in the new (win7) threadpool API to have to reschedule…
any security flaw
Programming
Web Development
12 Years Ago
by newbie1234
jebkharcha.net84.net/smart/index.php please tell security
flaw
in this site
One step flaw! Count issue in game
Programming
Software Development
11 Years Ago
by Pioggia254
… what the code consists of (runs fine aside from that
flaw
) count = 0 secret = random.randint (1, 100) print ("Guessing…
Design Flaw solution for c++ code
Programming
Software Development
9 Years Ago
by can-mohan
… change. kindly suggest good design to get rid of this
flaw
. class MyOtherClass { int m; public: MyOtherClass(int x) : m(x…
Re: Firefox flaw only unfixable because it does not exist
Hardware and Software
Networking
18 Years Ago
by goldeagle2005
…, the Mozilla developers worked the weekend trying to fix a
flaw
that did not exist! Who's going to make up…
Re: Ye Bloody Gods!!! 74 percent of big business yet to fix Heartbleed flaw
Hardware and Software
Networking
10 Years Ago
by Slavi
They either don't understand the risks or they just don't care about protecting sensitive data. Think heartbleed is ranked #1 critical
flaw
for 2014 followed by shellshocker
flaw in the code
Programming
Software Development
12 Years Ago
by rishabh.sahay.5
public class NewClass { public static void main(String[]args){ int beerNUM = 99; String word = "bottles"; while (beerNum>0){ if (beerNum == 1){ word = "bottles"; } System.out.println(beerNum + " " + …
Re: flaw in the code
Programming
Software Development
12 Years Ago
by stultuske
what are we looking at/for?
Re: The truth about the vBulletin forums MySQL security flaw
Programming
Databases
14 Years Ago
by Bruce100
These are the Dani Web forums that the topics are so interesting that we are in the high and it is all of the great demand.
Re: Red Hat Risk Reflex (The Linux Security Flaw That Isn't)
Hardware and Software
Linux and Unix
11 Years Ago
by AdamWill
"This library has been an accepted part of the Linux OS for years now, and Red Hat in particular which is so often used as a web server OS, and so surprise has been expressed by many (quite rightly) at how it could go undetected so long in an open source OS." Just a note to prevent anyone drawing the wrong conclusion from this: RH OSes …
Re: Red Hat Risk Reflex (The Linux Security Flaw That Isn't)
Hardware and Software
Linux and Unix
11 Years Ago
by Chris_22
Actually it's mod_ssl -- mod_security is another (non SSL) module entirely.
Re: Red Hat Risk Reflex (The Linux Security Flaw That Isn't)
Hardware and Software
Linux and Unix
11 Years Ago
by happygeek
Thanks both for making that clearer than I did :)
Re: Menu Flaw - Query.
Programming
Software Development
16 Years Ago
by Duoas
Your loop encompasses both the menu and the selector, as: [code] do { display_menu(); select_option(); while (!done); [/code] So if the option is bad, the menu gets displayed again anyway. What you'd probably like instead is something that catches itself. You can do it several ways, but another loop will probably do just fine. [code]…
Re: Menu Flaw - Query.
Programming
Software Development
16 Years Ago
by Sky Diploma
Hey Just use the return Statement to Exit. and in the switch statments Add the following. So the program returns a value and ends. [code] case 0: return 0; break; [/code]
Re: Menu Flaw - Query.
Programming
Software Development
16 Years Ago
by Run.[it]
Cheers guys - Duoas and Sky Diploma. Ill attempt both suggestions!
Re: Windows 7 ThreadpoolWait API design flaw?
Programming
Software Development
13 Years Ago
by doug65536
As a workaround, I am using a slim reader writer lock and doing a TryAcquireSRWLockShared. If it acquires the lock, I proceed to test the shutdown flag etc. Before shutting down, I acquire exclusive lock and set the shuttingDown flag. If the threadpool callback is racing the shared acquire will lockout the shutdown code until the callback returns. …
Re: Windows 7 ThreadpoolWait API design flaw?
Programming
Software Development
13 Years Ago
by vijayan121
Use a Threadpool Cleanup Group to manage graceful shutdown. [url]http://msdn.microsoft.com/En-US/library/ms682036%28v=VS.85%29.aspx[/url]
Re: Windows 7 ThreadpoolWait API design flaw?
Programming
Software Development
13 Years Ago
by doug65536
As far as I can tell from the documentation, doing WaitForThreadpoolWaitCallbacks will do the same thing as the cleanup group (the cleanup group is also a "container" for several threadpool objects - tied together by the threadpoolenvironment, automating waiting for all the callbacks, etc, and closing them all). The documentation even …
Re: any security flaw
Programming
Web Development
12 Years Ago
by diafol
Is this php? What code do you need checked? Or are you looking to get people to break into your webroot and cause havoc? Are we allowed to royally f--- up your site without worry of prosecution? You sure about this?
Re: any security flaw
Programming
Web Development
12 Years Ago
by pritaeas
> Are we allowed to royally f--- up your site without worry of prosecution? If so, provide proof it is your website.
Re: any security flaw
Programming
Web Development
12 Years Ago
by newbie1234
what kind of proof?
Re: any security flaw
Programming
Web Development
12 Years Ago
by newbie1234
> s this php? What code do you need checked? Or are you looking to g I made this site for testing purpose only. So that can know about security breach.
Re: any security flaw
Programming
Web Development
12 Years Ago
by pritaeas
Is this a private server (at your companies location), or a (shared) hosted one. If it is not YOUR server, then it would be illegal to perform such activities. Try Google: "website vulnerability scan"
Re: any security flaw
Programming
Web Development
12 Years Ago
by newbie1234
> "website vulnerability scan i hosted this on 000webhost.com Free webhost service. If it possible please give the o/p
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC