Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Bug

Submission + - Google Announces Fix For SMS Bug in Android (google.com)

c0mpliant writes: Google have announced a fix for the bug in the default Android SMS messaging app. The bug, which was recently discussed on Slashdot, was at first being treated with medium priority, was escalated to Critical following massive public outcry. The bug was actually two bugs, one in which the wrong message thread was opened and one in which the SMS was simply sent to another, seemingly random contact within the Android phonebook. Google have not revealed the exact cause of the error but have changed the status to "FutureRelease"

Comment Re:Not a joke (Score 2) 177

Here's how it works: when Chrome 8 is branched to beta, trunk becomes Chrome 9. At first the difference is purely cosmetic.
But yes, Chrome N+1 is born at the same instant Chrome N goes to beta. From the next canary or dev release on you will see Chrome N+1 versions, though differences between them and Chrome N (already in beta) may be very small.

Comment Re:A good step, but not good enough (Score 1) 288

> root certificates for Google's HTTPS site

there is no such thing as a "root certificate for site". there is a "certificate", issued to a certain "subject" for a certain "canonical [site] name".

> 1024-bit RSA keys.

this is true.

> Google's HTTPS site use MD2

this is not. you can test it yourself:

$ openssl s_client -connect www.google.com:443 /dev/null | openssl x509 -text ...
                        Public Key Algorithm: rsaEncryption
                        RSA Public Key: (1024 bit) ...
        Signature Algorithm: sha1WithRSAEncryption

Operating Systems

Google Android — a Universe of Incompatible Devices 636

snydeq writes "Galen Gruman writes about the dark side of the recent flood of Android smartphones: versions run amok. 'That flood of options should be a good thing — but it's not. In fact, it's a self-destruction derby in action, as phones come out with different versions of the Android OS, with no clear upgrade strategy for either the operating system or the applications users have installed, and with inconsistent deployment of core features. In short, the Android platform is turning out not to be a platform at all, but merely a starting point for a universe of incompatible devices,' Gruman writes. 'This mess leaves developers and users in an unstable position, as each new Android device adds another variation and compatibility question.' In the end, Google's naive approach to open sourcing Android may in fact be precipitating this free-for-all — one that might ultimately turn off both end-users and developers alike." As reader donberryman points out, you can even put Android onto some Windows Mobile phones, now.

Comment Re:Hang on... (Score 3, Interesting) 275

> Maybe that cert has been compromised by a Chinese insider.

i don't see mail.google.com's cert on any revocation lists, so it's probably ok.
given the approach google has taken in other aspects of the unfolding drama,
i think it's a fairly safe bet that it would've been revoked by now if there was any doubt that it may have been compromised.

Comment Re:No Brainer (Score 3, Insightful) 275

> As usual, Google leads the pack in creating groundbreaking technology, and comes in dead last in dealing with the boring stuff, like dealing with security issues

and now you show me another free mail service of any significance that has IMAPS, POP3S, SMTPS and now HTTPS (yes, all with *S, because Gmail requires you to use SSL for SMTP, POP3 and IMAP, and has been doing so since the very beginning, HTTPS was available for use for a while, though not required or offered by default).
if google is dead last, the internet must be swarming with secure mail services, right? ...right?

Comment Re:Wait, what? (Score 1) 275

starting at certain bitrates, there's simply not enough processing power to apply compression.
modern general purpose CPU can gzip at just tens of megabytes per second, simpler and less effective algorithms may give you couple hundred MBytes/sec, which is still just a couple Gb/s.

now imagine you have couple dozen 10 gig ports, in and out. and that's just the beginning, some high-end gear has 100+ 10G ports, all lit.
specialized ASICs can help, but they're not free either and ultimately don't take you very far, especially after throwing in all that memory required for processing.
all in all, none of the high-end routing or switching gear does compression nowadays, it's simply not worth it, in dollars and milliseconds of added latency.

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...